home *** CD-ROM | disk | FTP | other *** search
- tell application "MenuScripter"
- set mitem to the Active Item of Menu "Font"
- copy selection of Window 1 to usersel
- set fontname to the Name of Menu Item mitem of Menu "Font"
- set Font of usersel to fontname
- end tell